hi all
I have 3level Hierarchical radgrid in my page.
I use a template column in it that have RadNumericTextBox and it has TextChanged method.
I have some questions and need your help please:
1)when user expand a node and type numbers in RadNumericTextBox ,then collapse this,and then expand this node,text of this textbox was clear.
how can I avoid clearing datas(that users enterd)?
2)
In my RadNumericTextBox user enter number for grade.I want check this grade that wasn't greather than grade of it's parent.
In TextChanged Method,how can I reach the value of field "grade" of parent row of this textbox?
I have 3level Hierarchical radgrid in my page.
I use a template column in it that have RadNumericTextBox and it has TextChanged method.
I have some questions and need your help please:
1)when user expand a node and type numbers in RadNumericTextBox ,then collapse this,and then expand this node,text of this textbox was clear.
how can I avoid clearing datas(that users enterd)?
2)
In my RadNumericTextBox user enter number for grade.I want check this grade that wasn't greather than grade of it's parent.
In TextChanged Method,how can I reach the value of field "grade" of parent row of this textbox?