Add Data Row Dynamically

@NIVED_NAMBIAR Thank you it is work

1 Like

@ManiPrajwal_K Thank you, I have solve

1 Like

hi , Could you please explain to me what you do ?

Thanks

Hi @Dev2

What I did is

  1. I used a collection to add each row datat to collections

  2. After it I use an If condition to check whether the collection list has count equal to 3 if it is equal to 3 them I add that collection to datatrow

This is the overall logic I applied

1 Like

Thanks , it is clear :grinning:

if you can explain me this assign

New List(Of Object)

Sorry for the inconvenience

It is intialisting a list whose each element are object type

1 Like

Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.