TIWCGJQGridColSearchOptions.DataUrl Property

This option is valid only for the elements of type select - i.e stype:'select'. The option represent the url from where we load the select element. When this option is set the element will be filled with values from the ajax request. The data should be a valid html select element with the desired options. By example the request should contain <select><option value=“1”>One</option> <option value=“2”>Two</option></select>. This is called only once.

Namespace: IWCGJQGrid
published
 property DataUrl: string index 00 read GetStringValue write SetStringValue stored IsStringStored;

Property Value

Type: string