Hello,
I have a radgrid that has a NestedView Template. Inside that template I have a Placeholder which will be populated by a dynamically created control like a textbox or another radgrid, depending on some logic I have server side. I would like to have Google-Like filtering in the nested grid, however I don't know how to do it since I don't have a declarative ID for the nested grid that I can use to reference it inside the javascript method needed for such filtering to work. This is because, in addition that it is programatically created, the grid is also in the nested view of each item (or row) so it does not have an unique ID as would a declaratively declared control would have.
So, is there anyway I can reference such grid from the javascript method that is used in your examples of the Google-Like filtering, in order for such filtering to work on my nested grid?
Any help would be greatly appreciated,
Manuel
I have a radgrid that has a NestedView Template. Inside that template I have a Placeholder which will be populated by a dynamically created control like a textbox or another radgrid, depending on some logic I have server side. I would like to have Google-Like filtering in the nested grid, however I don't know how to do it since I don't have a declarative ID for the nested grid that I can use to reference it inside the javascript method needed for such filtering to work. This is because, in addition that it is programatically created, the grid is also in the nested view of each item (or row) so it does not have an unique ID as would a declaratively declared control would have.
So, is there anyway I can reference such grid from the javascript method that is used in your examples of the Google-Like filtering, in order for such filtering to work on my nested grid?
Any help would be greatly appreciated,
Manuel