oria / gridx

Just another powerful Dojo grid
Other
162 stars 78 forks source link

declared module can NOT be found, please require it before using it #408

Open ghost opened 7 years ago

ghost commented 7 years ago

I'm having issues with Gridx while using IndirectSlect and below is my code

 </div>

When I run my code, in IE&Firefox console, I see an error message as shown below. Basically, two modules are not found while gridx creation.

The 1-th declared module can NOT be found, please require it before using it: gridx/modules/IndirectSelect

The 2-th declared module can NOT be found, please require it before using it: gridx/modules/RowHeader

Please help.

Regards, Manju