TreeGrid filter

Hi everyone,

I want to add validator for some textfield cell in specific rows using TreeGrid.
Regard to my attached image. I want only row [stuck]
's value must be integer. [Kg]
's value could be double
I tried to get filtered rows from and add validator in only that filtered rows, but all rows are effected.
I have no idea to do it. could everyone give me solution for this issue?

Thank you so much.

Hi Vinh,

Could you please try to attach the image again :slight_smile: Also, it helps a great deal if you are able to add some code samples.

Regarding validation, you can check the docs for
Grid
to see how you can perform validation.

– Goran