1 (edited by alsu 2014-09-12 06:20:00)

Topic: checkbox size and table grid filter

hai sir,   
is it possible to increase the size of checkbox?  not only border, including tick area..


sir i hav one more doubt.   in the time of search all data will be display.. i means old date to current date.... any filter for table grid for displaying only ten back days? (not means search using date)

Re: checkbox size and table grid filter

Hello,


It's not possible to increase the size of checkbox.


You means, using filter without DateTimePicker component for search?
Go to Settings of TableGrid and use option "3. Filter", where you can write filter, example:

(Date(datefield) >= Date('Now', '-10 days')) AND (Date(datefield) <= Date('Now'))
Dmitry.