Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Add and Remove row from CExtReportGridWnd? Collapse All
Subject Author Date
Bangjun Lei Oct 16, 2007 - 11:05 AM

Dear Sir./Madam.,

I try to use RowAdd to add a row, but it doesn’t succeed. I try to use RowRemove to remove a row, an alert in CExtTreeGridDataProvider::RowRemove prevents me from doing this.

However, I found out that I can use ReportItemRegister() to add a row.

How can this happen?

Thanks!

Technical Support Oct 16, 2007 - 12:30 PM

You should use the CExtReportGridWnd::ReportItemRegister() method instead of RowAdd().