Hello All,
I have rad grid with one template column(of <asp:Label Id="lblTemplate" runat="server" />). In grid's ItemDataBoud event, I am assigning that
label's value using some other data source(not used by Grid).
Grid renders perfectly but inbuilt filtering is not working as I have not assign "DataField" property on "TemplateColumn". I couldn't do so because "DataField" is not available in Grid's data source but available in another data source which is I am using in ItemDataBound event.
What is best and efficient way to achieve my requirement?
If I need to use custom filtering then how can I do so?
Regards,
Dharmesh
I have rad grid with one template column(of <asp:Label Id="lblTemplate" runat="server" />). In grid's ItemDataBoud event, I am assigning that
label's value using some other data source(not used by Grid).
Grid renders perfectly but inbuilt filtering is not working as I have not assign "DataField" property on "TemplateColumn". I couldn't do so because "DataField" is not available in Grid's data source but available in another data source which is I am using in ItemDataBound event.
What is best and efficient way to achieve my requirement?
If I need to use custom filtering then how can I do so?
Regards,
Dharmesh