Hi Shabbirh,

Actually the subscription was successfull; what went wrong is the initialization of your Grid (either DynaGrid or StaticGrid depending on what you're using).
Please double check your html and be sure that when you create your grid instance the required html is in place. (Alternatively you can set the second parameter of the Grid constructor to false and call parseHtml on the instance once the html is in place)

If you think your html should already be ready then it is probably not correctly configured. You can refer to the JSDoc (StaticGrid / DynaGrid) to the examples or to the developer guide to verify how to prepare your html. If still in doubt post the html related to your grid(s) here.


As a final note, please do not overload a single forum thread with multiple issues.