Skip to Content
0
Former Member
Jun 02, 2011 at 09:57 AM

Dynamically Specifying Selection Columns

25 Views

Hi experts,

I'm trying to set dynamically igrid columns in java script:

document.DetailGrid.getQueryObject().setColumns("DateTime");

But it says there is not such method for QueryObject.

Is there anybody who knows right method?

Thank you..

-Ekrem