Hi
I have been struggling with RAD Grid all day today. But i couldn't find if we can manipulat Rows/cells on client side.
E.g., I want to assign value to the tooltip of some cells based on the value of the cell, when a row is data bound. Can i do something like:
eventArgs.row.cells["Name"].tooltip = 'xyz';
<Columns>
<telerik:GridBoundColumn DataField="ID" HeaderText="ID" />
<telerik:GridBoundColumn DataField="Name" HeaderText="Name" />
<telerik:GridBoundColumn DataField="Age" HeaderText="Age" />
<telerik:GridBoundColumn DataField="Sex" HeaderText="Sex" />
<telerik:GridBoundColumn DataField="Email" HeaderText="Email" />
<telerik:GridBoundColumn DataField="Phone" HeaderText="Phone" />
</Columns>
I have been struggling with RAD Grid all day today. But i couldn't find if we can manipulat Rows/cells on client side.
E.g., I want to assign value to the tooltip of some cells based on the value of the cell, when a row is data bound. Can i do something like:
eventArgs.row.cells["Name"].tooltip = 'xyz';
<Columns>
<telerik:GridBoundColumn DataField="ID" HeaderText="ID" />
<telerik:GridBoundColumn DataField="Name" HeaderText="Name" />
<telerik:GridBoundColumn DataField="Age" HeaderText="Age" />
<telerik:GridBoundColumn DataField="Sex" HeaderText="Sex" />
<telerik:GridBoundColumn DataField="Email" HeaderText="Email" />
<telerik:GridBoundColumn DataField="Phone" HeaderText="Phone" />
</Columns>