EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Stan92 on December 18, 2013, 04:48:12 AM



Title: jquery Dialog Modal + datagrid
Post by: Stan92 on December 18, 2013, 04:48:12 AM
Hi,
I've a page with a datagrid that doesn't use the datagrid plugin (and I don't want it uses it).
From this page, I've a jQuery Dialog Modal where I set another datagrid. This one needs to use the plugin.

Using the basic example, I get an alert popup saying "Cannot get property 'options' on null object error" within this function
function _1f8(_1f9,_1fa){
var opts=$.data(_1f9,"panel").options;
....
}

Is there a way to avoid this error? is it a problem with Jquery Dialog modal?
Sorry for this newbie question
Regards,


Title: Re: jquery Dialog Modal + datagrid
Post by: stworthy on December 18, 2013, 07:04:49 AM
Providing some code snippets to describe what you are doing may be more appropriate.