This is a migrated thread and some comments may be shown as answers.

client-side filter commandArgument and '?' character

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 16 Mar 2017, 04:51 PM

looking at the client-side filter commandArgument, it has this format: ColumnName|?FilterValue|?FilterFunction

Is the '?' character used so you have two characters as delimiters ('|?').

Or is it used for something else. If the latter, I can strip the first character from the value to use it. But if the former I assume I can just split the commandArgument on '|?'.

If I do the split, I just want make sure you won't be changing this delimiter.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 21 Mar 2017, 11:28 AM
Hi Albert,

Yes, "|?" is the separator and it is not planned to change.

Regards,
Eyup
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Eyup
Telerik team
Share this question
or