BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
protected void Page_Load(object sender, EventArgs e) { if (IsPostBack) { lv.Controls.Clear();
var di = (DatosInforme)LoadControl("~/UserControls/DatosInforme.ascx");
di.ID = "Direct";
var datos = LoadData();
di.SetDataSource(datos);
lv.Controls.Add(di); } |
While running the sample, grouping is not shown in the Grid. Please find the below screenshot,
But while exporting to Excel, grouping remain in the Excel sheet. Please find the below screen shot,
Please confirm if this is the issue that you are facing while using filtering in the Grid. If we misunderstood your query, please send a screenshot of an issue, which will be helpful to provide a better solution.
Regards,
Prasanna Kumar N.S.V
We are happy that your doubts are cleared and all working fine at your end
Please get back to us if you have further queries.
Regards,
Prasanna Kumar N.S.V
But while filtering the records using equal operator, we unable to export the filtered records. So, we have already created defect report for that issue and a support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents
Regards,
Prasanna Kumar N.S.V