isResponsive not load data grid

Hi,
when I use "isResponsive=true" not show load data on Grid. If I use "isResponsive="false" it's working all.

Grid code:

<ej:Grid runat="server" ID="Grid1" AllowFiltering="True" AllowPaging="True" AllowSorting="True" AllowResizeToFit="true" AllowGrouping="true" CssClass="mygrid" Font-Size="X-Small">

4 Replies

PK Padmavathy Kamalanathan Syncfusion Team March 10, 2020 05:53 AM UTC

Hi Luca,

Thanks for contacting Syncfusion Forums.

QUERY: Data is not loading when isResponsive property is set to true

From your query, we understand that the data for the grid is not loading when you set "isResponsive" to true. We have validated the issue. But we are unable to reproduce the reported issue  at our end. For your reference, we have created sample as per your requirement. You can download the sample from the below location,

Please provide the below details so that we could validate further,
1) complete grid rendering code
2) version details
3) if you have made any CSS customization for the grid, please provide those CSS customization details also.
4) screenshot of error with stack trace if any. Also you could use the "actionFailure" event to find errors.
5) provide us your grid model. Please refer the below screenshot for getting grid model.



  You can copy the model, paste it in notepad and share us.

Please get back to us if you need further assistance.

Regards,
Padmavathy Kamalanathan



LS Luca Scida March 10, 2020 10:05 AM UTC

Hi,
my custom CSS

.mygrid {
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }

EJ Version 17.4460.0.53

Other on attach

Attachment: Documents_cd66756.zip


LS Luca Scida replied to Padmavathy Kamalanathan March 10, 2020 03:21 PM UTC

Hi Luca,

Thanks for contacting Syncfusion Forums.

QUERY: Data is not loading when isResponsive property is set to true

From your query, we understand that the data for the grid is not loading when you set "isResponsive" to true. We have validated the issue. But we are unable to reproduce the reported issue  at our end. For your reference, we have created sample as per your requirement. You can download the sample from the below location,

Please provide the below details so that we could validate further,
1) complete grid rendering code
2) version details
3) if you have made any CSS customization for the grid, please provide those CSS customization details also.
4) screenshot of error with stack trace if any. Also you could use the "actionFailure" event to find errors.
5) provide us your grid model. Please refer the below screenshot for getting grid model.



  You can copy the model, paste it in notepad and share us.

Please get back to us if you need further assistance.

Regards,
Padmavathy Kamalanathan


Hi,
with your code it's working fine.

Thanks


PK Padmavathy Kamalanathan Syncfusion Team March 11, 2020 05:31 AM UTC

Hi Luca,

Thanks for the update.

Please let us know if you need more assistance from us.

Regards,
Padmavathy Kamalanathan


Loader.
Up arrow icon