|
Rank: Newbie Groups: Member
Joined: 7/20/2009 Posts: 6
|
I am using EO.Web.dll (Version 7.0?) from 7/2009. I have set one of the columns in an EO.Grid to read-only because it is a key value in the database table I'm working with and shouldn't be edited.
When I click the edit link for one of the rows, the read-only column doesn't go into Edit mode, which is fine and the behavior I want. However, when the Update link for the row is clicked, the cell in the read-only column is cleared, and the value is no longer displayed. The other cells in the row that are not read-only are displayed correctly. Can the value in the read-only column be displayed somehow?
The grid is in a CallBack panel. When I click a Save button, the database table updates and the grid is refreshed because a DataBind() statement is issued. At that point, the value in the read-only column re-appears.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not able to reproduce this problem with the current version. So you may want to try the current version first and see if it fixes the problem for you.
If the current version still does not work, then please try to isolate the problem into a test page and post the test page, once we have that, we will try to run it here and see what we can find.
If the current version does work for you, then you will need to upgrade your license to the current version. We offer free upgrade for one year after the purpose, after that there will be an upgrade fee regardless whether it's a bug or a new feature. We have this policy because in a lot of cases the line between "bug" and "feature" are not that clear ---- for example, if the product worked fine on IE 8 but stops working on IE 9 when IE 9 is released, then it can either be called a bug on IE 9 or be called a new feature as "supporting IE 9".
If you do not wish to upgrade, we can also provide the download link to the latest build that you are qualified to upgrade for free. You can then see if that build fix the problem for you.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/20/2009 Posts: 6
|
I found the source of the problem. When I changed the column in the Grid to Read-Only, I didn't change the column to a "Static" column.
Earlier, I did install EO.Web Controls Version 9.0, but got the same behavior with the cell in the Read-Only column disappearing, so I determined that an upgrade isn't going to fix this problem.
Thanks for your assistance. Bill
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
I see. That would appear to be a bug. We will look into it and see if we can fix it in our next build. Nevertheless, StaticColumn should work.
Thanks!
|
|