5 Answers, 1 is accepted
0

Stavros
Top achievements
Rank 1
answered on 11 Dec 2008, 08:21 AM
I see the the problem is not the null cells.
I enter values manually using the sql management studio but I still cannot update the cells.
I am using edit in line.
Here's the code:
http://www.shorttext.com/7k7mz8z
I enter values manually using the sql management studio but I still cannot update the cells.
I am using edit in line.
Here's the code:
http://www.shorttext.com/7k7mz8z
0

Stavros
Top achievements
Rank 1
answered on 11 Dec 2008, 08:56 AM
I have tried every possible way but still the values are not updated.
Any ideas?
Thank you very much.
Any ideas?
Thank you very much.
0

Stavros
Top achievements
Rank 1
answered on 11 Dec 2008, 09:08 AM
I even tried to use ? in the update command but I get the error :
Incorrect syntax near '?'.
0

Stavros
Top achievements
Rank 1
answered on 11 Dec 2008, 10:30 AM
The transact-sql code :
UPDATE
dbo.buildings_pagies_ergasies
SET
column1=150
WHERE
column2=4
works fine but the update command I am using in the code :
UpdateCommand
="UPDATE [buildings_pagies_ergasies] SET [column1]=@column1
WHERE
[column2]=@original_column2"
does not work!
0
Hi Stavros,
We create a test application, with the latest build of the Telerik controls, which covers your scenario. I have attached the code sample that I used for testing in the support ticket that you opened on the matter. To avoid duplicate posts, if you do not mind we can continue our communication there.
Best regards,
Georgi Krustev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
We create a test application, with the latest build of the Telerik controls, which covers your scenario. I have attached the code sample that I used for testing in the support ticket that you opened on the matter. To avoid duplicate posts, if you do not mind we can continue our communication there.
Best regards,
Georgi Krustev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.