Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about link9's reversable datagrid

Status
Not open for further replies.

drew10

Programmer
Feb 26, 2002
123
US
Link9 posted a faq on how to create a reversable datagrid ( faq855-2026 ). I am currently using it, and it works great, however when I try to add itemstyle, headerstyle, etc. tags, I get the squiggly red lines under the tag, and when I mouse over it says "the active schema does not support the element". Thus when I try to apply a stylesheet to the tag, it does not work. Does anyone know what I am doing wrong?

thanx,
drew
 
Yea, the thing doesn't like to support intellisense. It might be something I'm missing in the code for it, but in order to do everything, what I will normally do is just replace:

link9:reversableDataGrid

tag temporarily with:

asp:datagrid

Do my editing so I get all the nice fuzzies, and then just replace with the custom tag.

Anything and everything is definitely supported with it that a normal datagrid would have -- since it inherits first from the datagrid, and then just extends it.

lemme know how it works out -
paul
penny1.gif
penny1.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top