SearchBuilder Custom column search conditions

SearchBuilder Custom column search conditions

momen_kmomen_k Posts: 1Questions: 1Answers: 0

hi,
i want to ask how can I make custom conditions for specific column using serverside for example
<tr>
<th>Name</th>
<th>phone number</th>
<th>email</th>
<th>is active</th>
</tr>
in is active I want it to be only for yes and no choices not input field
and thank you

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    This example may help - it shows how to make a select pick-list for a server-side implementation.

    Colin

Sign In or Register to comment.