hi,
In my application, i was using Grid of asp.net.
and using that grid's ResponseScripts I was opening rad window, this way....
But now I have replaced that grid with Prometheus one. but Prometheus Grid does not support ResponseScripts.
Can any one tell what is the alternative of ResponseScripts in Prometheus grid.
Please help me.
Priya
In my application, i was using Grid of asp.net.
and using that grid's ResponseScripts I was opening rad window, this way....
grdExams.ResponseScripts.Clear();
grdExams.ResponseScripts.Add(
string.Format("window.radopen({0});", args));
But now I have replaced that grid with Prometheus one. but Prometheus Grid does not support ResponseScripts.
Can any one tell what is the alternative of ResponseScripts in Prometheus grid.
Please help me.
Priya
