hi,
this is shanker,I am doing one project .I am using hierarchy rad grid in my project my problem is When ever am change page size Am getting this error in itemcommand event "Object reference not set to an instance of an object".How to find this error please give any solutions.
this is my code
protected void studentinformationGrid_ItemCommand(object source, GridCommandEventArgs e)
{
if (e.Item.OwnerTableView.Name == "student")
{
if (e.CommandName == "InitInsert")
{
GetdataStudentinfomation();
}
}
}
protected void studentinformationGrid_PageSizeChanged(object source, GridPageSizeChangedEventArgs e)
{
GetdataStudentinfomation();
}
if (e.Item.OwnerTableView.Name == "student") this condition is required here .
how to solve this solution please give me please it's very argent am stooped my project this issues
Thanks and regards
shanker.B