Hi,
I need to get the current row's Index in rowLoaded event of Rad Grid.
Here is my code:
private void ultraGridCaseList_RowLoaded(object sender, Telerik.Windows.Controls.GridView.RowLoadedEventArgs e)
{
// how to get the index of current row?
}
and please let me know Isn't there equivalent of RowDatabound Event in WPF-RadGrid as in Asp.net ?
Thanks
I need to get the current row's Index in rowLoaded event of Rad Grid.
Here is my code:
private void ultraGridCaseList_RowLoaded(object sender, Telerik.Windows.Controls.GridView.RowLoadedEventArgs e)
{
// how to get the index of current row?
}
and please let me know Isn't there equivalent of RowDatabound Event in WPF-RadGrid as in Asp.net ?
Thanks