Sorry hit post button before I was finished writing.
I am trying to check for a null value of a column on databound in a Child Grid.
How can I pass the dynamic child grid value to the DataBound event of Child Grid?
For instance, I have the following property in my child grid
.Name("drgChildGrid_#=ID1#_#=ID2#_#=ID3#")
0
Kiril Nikolov
Telerik team
answered on 01 Apr 2015, 12:08 PM
Hello I,
It is not really clear what exactly is the issue that you are facing. Do you want to get a reference of the Child grid or the parent grid in the dataBound event? If you want to get the child grid then the this property will be the child grid, if its the parent grid use a data-role jQuery selector to get the parent grid. If this does not help, please elaborate a bit more and I will be happy to help.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!