Hello All,
I have to use the RAD Filter on the DataSource at place of the current view of the grid. and this I am doing with the RAD Filter for DataSource.
But my problem is that the I want to fetch the "Filter Expression" generated by the RADFilter ; and make it convert in to the XML format.
For example:
<FilterExpression>
<Expression1>
<DataFiledName>EmployeID</DataFiledName>
<Operator>=</Operator>
<DataFiledValue>1</DataFiledValue>
</Expression1>
<Expression2>
<DataFiledName>DepartmentName</DataFiledName>
<Operator>Like</Operator>
<DataFiledValue>Finance</DataFiledValue>
</Expression2>
</FilterExpression>
Please Help me to do the same....
Thanks in Advance!!!
I have to use the RAD Filter on the DataSource at place of the current view of the grid. and this I am doing with the RAD Filter for DataSource.
But my problem is that the I want to fetch the "Filter Expression" generated by the RADFilter ; and make it convert in to the XML format.
For example:
<FilterExpression>
<Expression1>
<DataFiledName>EmployeID</DataFiledName>
<Operator>=</Operator>
<DataFiledValue>1</DataFiledValue>
</Expression1>
<Expression2>
<DataFiledName>DepartmentName</DataFiledName>
<Operator>Like</Operator>
<DataFiledValue>Finance</DataFiledValue>
</Expression2>
</FilterExpression>
Please Help me to do the same....
Thanks in Advance!!!