I'm working on a RadGrid, and I want to access its rows but it seems it does not have a .Rows property.
Here's what I have tried until now:
How can I access rgCustomers's Rows collection? I want to add a button to each row.
I'm working on a RadGrid, and I want to access its rows but it seems it does not have a .Rows property.
Here's what I have tried until now:
How can I access rgCustomers's Rows collection? I want to add a button to each row.