This is a migrated thread and some comments may be shown as answers.

[Solved] Check for Null and Empty Value on Grid Bound

2 Answers 267 Views
Grid
This is a migrated thread and some comments may be shown as answers.
IS
Top achievements
Rank 1
IS asked on 30 Mar 2015, 03:39 PM
I have a

2 Answers, 1 is accepted

Sort by
0
IS
Top achievements
Rank 1
answered on 30 Mar 2015, 03:44 PM
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!
 
Tags
Grid
Asked by
IS
Top achievements
Rank 1
Answers by
IS
Top achievements
Rank 1
Kiril Nikolov
Telerik team
Share this question
or