DaltonPimmel / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

CSS not getting applied for particular row on updating the value #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load Flexigrid having 2 columns and 3 rows
2. After loading, update the value in column2 row 3.
Example - Change the value of column2 row3 from "x" to "y"
3. CSS gets disturbed. The value gets pushed from the center to the left top.

What is the expected output? What do you see instead?
The value should be in the center of the cell instead it is seen in the top 
left corner of the cell.

What version of the product are you using? On what operating system?
OS - Windows XP

Please provide any additional information below.
I am not performing refresh on update of the grid.

Original issue reported on code.google.com by krishnap...@gmail.com on 12 May 2011 at 6:36

GoogleCodeExporter commented 8 years ago
All

I have fixed this issue by adding div tag while performing an update on the 
particular row value.

Thanks
Krishnaprasad

Original comment by krishnap...@gmail.com on 27 May 2011 at 7:00

GoogleCodeExporter commented 8 years ago
I request the owner to close this issue.

Original comment by krishnap...@gmail.com on 27 May 2011 at 7:04

GoogleCodeExporter commented 8 years ago

Original comment by ymkin....@gmail.com on 2 Jul 2011 at 10:03

GoogleCodeExporter commented 8 years ago
Hello Sir

Thanks for the update on issue 35 that I had raised regarding the css not
getting applied on updating a cell value. The solution was that I was
missing a div while updating the cell and hence forth, the value that was
updated was appearing on the left hand corner of the cell.

Regarding the issue 36 on the pagination images not getting disabled or
hidden, I created 4 images that will look disabled images and based on the
pagination condition, I will be removing the current images and apply the
disabled images on top of the existing ones. I can share the solution if
needed along with the look and feel.

Original comment by krishnap...@gmail.com on 2 Jul 2011 at 12:35

GoogleCodeExporter commented 8 years ago
Please share your solution in issue 36. Surely there are people interested in 
your ideas.

Original comment by ymkin....@gmail.com on 4 Jul 2011 at 3:39

GoogleCodeExporter commented 8 years ago
Hi

Currently, I have mentioned the solution as a comment by providing snippets
/images. Do let me know, if clarifications are required on the same lines.

Original comment by krishnap...@gmail.com on 5 Jul 2011 at 1:23