Hello,
I am pretty new to Rad controls, so please point me to articles that help explain this, but this is what I am trying to do.
I used a RadGrid control on my page, and included a GridTemplateColumn column in my grid by implementing the ITemplate interface. The template column is essentially a list of items in a drop down. This is working beautifully, but now I want the rest of the columns in the row to be updated accordingly when a user changes a value in the drop down of this Template column. I want to do this without doing a complete postback to the server.
Any help on how I can do this *correctly* would be greatly appreciated. I have been reading various articles and trying out things, but nothing is working too well.
Also, I don't know if this matters, but the data for my grid and the structure of the grid is completely created at run time without using any SqlDataSource controls.
Appreciate any input,
Thank you!
I am pretty new to Rad controls, so please point me to articles that help explain this, but this is what I am trying to do.
I used a RadGrid control on my page, and included a GridTemplateColumn column in my grid by implementing the ITemplate interface. The template column is essentially a list of items in a drop down. This is working beautifully, but now I want the rest of the columns in the row to be updated accordingly when a user changes a value in the drop down of this Template column. I want to do this without doing a complete postback to the server.
Any help on how I can do this *correctly* would be greatly appreciated. I have been reading various articles and trying out things, but nothing is working too well.
Also, I don't know if this matters, but the data for my grid and the structure of the grid is completely created at run time without using any SqlDataSource controls.
Appreciate any input,
Thank you!