Thanks for your reply. I passed the parameters as you ssaid, still the portion of the popup that overlaps the grid is not editable.I checked the css. I have pasted a sample screen shot.
-Regards
-Prakash
tony said:
Hello,
The passed parameters in setColumns is good to be passed this way
var param = {top:100,left:200,modal:false,drag:true}
I used the info_dialog method instead of the createmodal, in the grid.setcolumns.js and replaced the info_dialog method to accept domelement instead of string, might not be a simple solution, but it works.