This is a migrated thread and some comments may be shown as answers.

Gridview Cell Format

1 Answer 104 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Guna
Top achievements
Rank 1
Guna asked on 04 Feb 2011, 08:24 AM

In the gridview the default the cell formats should look like 0000.00

when the user tries to edit the cell
for Example :  when the user wants to type 100 ,

on typing first digit (ie) 1 - cell should show it has 0000.01
on typing the next digit (ie) 0 - it should show as 0000.10
on typing the last digit (ie) 0 -  it should show as 0001.00

that is , each char has to append one after the another in the above format

1 Answer, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 04 Feb 2011, 11:33 AM
Hello Guna,

you may be able to do this with a Custom Editor.
These custom editors provide a custom implementation of the editor for the cell being edited.
Please take a look at the docs here on Custom Editors
regards,
Richard
Tags
GridView
Asked by
Guna
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Share this question
or