Forum  Community Devel...  Using the VEM p...  VEM Column missing and move to left
Previous Previous
 
Next Next
New Post 6/29/2007 1:52 PM
  DM
5 posts
No Ranking


VEM Column missing and move to left 

Hello,

I have an issue in a table when using VEM.  The table column headings are correct, however the record information in the first column is missing.  Also the information from the second column shows in the first, and the third colum information shows in the second.

I have screen clippings available if it would help to know what data is in the records.

Any help you can give would be much appreciated.

Thank you,

 Denton.

 
New Post 6/30/2007 2:48 AM
  Guy
2346 posts
1st Level Poster




Re: VEM Column missing and move to left 

Hi Denton,

Does this happen only in one table? If so, what differs this table from other tables?

Thanks,
Guy

 
New Post 11/28/2007 12:52 PM
  PaymentKeys
1 posts
No Ranking


Re: VEM Column missing and move to left 
 

I also ran in to the same problem - so I downloaded the source code and found the cause.  To fix, comment out the following in the ConsoleGridViewItem.cs file starting at line 60:

//if(intIndex==0)
//{
// this.Tag = objValue;
// this.Text = strValue;
//}
//else
//{

this.SubItems.Add(new ConsoleGridViewSubItem(this,objValue,strValue));

//}

 Recompile and load the dlls into the bin directory on your server.

I did not take the time to figure out what the .Tag and .Text values were needed for once I found that the changes fixed this problem.

 
Previous Previous
 
Next Next
  Forum  Community Devel...  Using the VEM p...  VEM Column missing and move to left
.NET HTML5 Web, Cloud and Mobile application delivery | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2012 Visual WebGui®       Visual WebGui weblog on ASP.NET Gizmox Blog Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS