| <ClientSettings EnableRowHoverStyle="true"> |
| <Selecting AllowRowSelect="True" /> |
| </ClientSettings> |
When user select one row and try to hit the Edit button, in the button click, I try to make the row editable as
| rgvEmployeeCareer.MasterTableView.Items[rgvEmployeeCareer.SelectedIndexes[0]].Edit = true; |
| BindGrid(); |
When the RadAjaxPanel EnableAJAX="False" it works fine. But when I set it to true, it gives me a javascript error 'Object reference not set...'
What is the issue?
Thanks
PraveenVenu