Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Data Grid › Grid filtering ignore dataType
Tagged: #grid #filtering
- This topic has 7 replies, 3 voices, and was last updated 1 month ago by
Markov.
-
AuthorPosts
-
March 20, 2024 at 11:56 am #109951
Dark Beccio
ParticipantHello,
I found an issue with the grid component that prevents the filter from adapting to the column’s dataType
here’s codepen showing the problem.
https://codepen.io/andreaguarducci/pen/LYvxBmr
Do u have any suggestion?
TY
March 21, 2024 at 6:30 pm #109957Markov
KeymasterHi,
The problem here is that the dataSourceSettings property is not set. It should be set and the dataFields in it should be set as well. The dataFields describe the types of the columns. Alternatively, you can use the dataAdapter, too.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/March 22, 2024 at 9:26 am #109958Dark Beccio
ParticipantHi,
Even when using the dataAdapter, there are issues. I have updated the code in my example (including the dataAdapter) and written some additional notes to explain the problem.
To summarize, when handling large amounts of data, I need to initialize the grids and then load the data into them at a later stage. How can I solve this problem? Please note that I didn’t have any issues until I updated to version 17.0.0; now I’m using version 18.0.0.
March 22, 2024 at 12:00 pm #109959Markov
KeymasterHi,
In your code, you create a dataAdapter correctly, then you replace it with an Array i.e you remove the dataAdapter.
If you want to use dataAdapter, use it everywhere. If you want to bind to an Array, define the dataSourceSettings object and define the dataFields in it.Regards,
MarkovSmart UI Team
https://www.htmlelements.com/March 25, 2024 at 2:48 pm #109965Dark Beccio
ParticipantMarch 25, 2024 at 10:17 pm #109967ivanpeevski
ParticipantHi,
Thank you for the feedback! I have opened a work item for that and we will work on resolving this for our next release.
Regards,
Ivan PeevskiSmart UI Team
https://www.htmlelements.com/February 10, 2026 at 2:14 pm #113375Dark Beccio
Participanthello,
this issue has been resolved?
TY
February 10, 2026 at 5:19 pm #113376Markov
Keymaster -
AuthorPosts
- You must be logged in to reply to this topic.