Need to remove "Is Between" filter from Intersoft grid.

3 replies. Last post: March 16, 2011 3:55 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
sachin dhamaMember

Hi,

      I need to remove "Is Between" filter for date column from Intersoft WebGrid.

     When i used the below code to remove "Is Between" filter then "Is Between" filter removed successfully from webGrid but a new filter "Contains" is also added into the filter list on Date column.

function WebGrid1_OnAfterInitialize(controlId)

{

var WebGrid1 = ISGetObject(controlId);

wg_Global.FilterType = new Array(["NotSet", 0],["GTET", 1],["GT", 2],["ET", 3],["NET", 9],["LTET", 4],["LT", 5],["Like", 6],["NotLike", 11],["IsNull", 12],["NotIsNull", 13],["IsEmpty", 14],["NotIsEmpty", 15],["Contain ", 16],["NotContain", 17]);

return true;

}

 

I want to remove only "Is Between" filter from Intersoft grid, not to add a new filter "Contains" into the filter list.

 

Please give me the suggestion to resolve this issue.

Thanks

Sachin

All times are GMT -5. The time now is 6:51 PM.
Previous Next