Hi guys,
i followed the instructions from "Implementing filtering for template/custom columns".
I created a VB file named MyCustomFilteringColumn.vb, then add the tag
<%@ Register TagPrefix="custom" Namespace="<MyApplicationNamespace>" Assembly="<MyApplicationAssembly>" %>
in my aspx page.
Unfortunately, the intellisense doesn't show me the new column named "custom" like <custom:MyCustomFilteringColumn
After one week tries, i gave up.
Can someone please tell me why?
When i create a new ASP.NET Application Project, it does work. But it doesn't work in my current application.
NB: we are replacing old Grids with RadGrids in a big project, that's why i can't just create a new one and copy again the whole stuff.
I hope there is better solution or another alternative to deal with the custom column.
Here some properties of my application: LINK
And the declaration in the aspx: LINK
Thank you
i followed the instructions from "Implementing filtering for template/custom columns".
I created a VB file named MyCustomFilteringColumn.vb, then add the tag
<%@ Register TagPrefix="custom" Namespace="<MyApplicationNamespace>" Assembly="<MyApplicationAssembly>" %>
in my aspx page.
Unfortunately, the intellisense doesn't show me the new column named "custom" like <custom:MyCustomFilteringColumn
After one week tries, i gave up.
Can someone please tell me why?
When i create a new ASP.NET Application Project, it does work. But it doesn't work in my current application.
NB: we are replacing old Grids with RadGrids in a big project, that's why i can't just create a new one and copy again the whole stuff.
I hope there is better solution or another alternative to deal with the custom column.
Here some properties of my application: LINK
And the declaration in the aspx: LINK
Thank you