Hi
I have a RadToolBar and RadToolBarButton as a commandItem in RadGrid. Now a RowClick event of the grid I have to disable few RadToolBarButtons. I have a ccall to javascript call to RowClick event in ClientEvents of RadGrid. Now the statement
I have a RadToolBar and RadToolBarButton as a commandItem in RadGrid. Now a RowClick event of the grid I have to disable few RadToolBarButtons. I have a ccall to javascript call to RowClick event in ClientEvents of RadGrid. Now the statement
var toolbar = $find("<%= RadToolbar.ClientID %>");
is giving me error that Name 'RadToolBar' is not declared. I realized that ClientEvent call is before the RadToolBar is there anyway I can find the RadToolBar control in the RadGrid??
Thanks
Varun