Dear All,
I've a few queries for clarification.
1. How to get the client Id of the radcombo box that is placed in a user control from an aspx page.
2. How to get the edited row's id in a radgrid
3. After the row is inserted in a radgrid, the grid is not rebinding though I've given radGrid1.EditIndexes.Clear()
4. On select of a row in the radgrid in user control, the other radgrid on the aspx page loads. Initially when no record is added and I try to click on the Edit button instead of add button, error is thrown. How to make edit button disabled till atleast one record is added.
Thanks in advance.