|
Rank: Member Groups: Member
Joined: 12/19/2007 Posts: 21
|
Are you aware of any EO customers using the Spell Check feature against an asp.net datagrid?
YMeyer
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Sorry we don't collect such data from our customers. SpellChecker can be used on an ASP.NET DataGrid but you will have to write JavaScript code to collect all the changes the SpellChecker made for you.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 12/19/2007 Posts: 21
|
Thank you.
That's the issue we're up against - writing the JavaScript code to collect the changes. Do you have any links you could forward to us that explain how to do so? We have no issues using spell check on the individual text box controls but must have the spell check working within the ASP.NET DataGrid.
YMeyer
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The actual code is not trivial because not only you need to collect the changes, but also need to pass it back to the server side. We will see if we can add a sample in our sample project.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 12/19/2007 Posts: 21
|
Thank you very much. It would be a great help to get our application into production using the Spell Check feature within the ASP.NET datagrid.
YMeyer
|
|
Rank: Member Groups: Member
Joined: 12/19/2007 Posts: 21
|
Hello,
Checking in to see if you've been able to add to the sample project?
YMeyer
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted a new build with the sample. Please see your private message for the download location.
Thanks!
|
|