Hi,
I hav to display quick status in my accounts module grid using tool tip.. i hav created tooltip in my ListView.ascx using java script and initalised the databound event.in SplendidGrid.cs and defined the grdname_itemdatbound in ListView .ascx class file in Accounts module.
i tried to call OnItemDataBound=grdname_itemdatbound in listviewusercontrol markup,it throws me an error "Error 9 'ASP.accounts_listview_ascx' does not contain a definition for 'grdname_ItemDataBound' " where grdname is the reference of splendid grid class..is there any solution for this error.How can i initalise and define an event in splendid crm
My first thought is that the project was not recompiled. Can you confirm that you were able to rebuild the project? By the way, are you using the Web Application Project or the Web Site Project?
Unless you are building version 1.1, the project is definitely for VS 2005. If you get an error loading the project, then the likely solution is to install VS 2005 SP1. You should not attempt to convert the project if so prompted.