3

Has anyone here used Sigma Grid for JavaScript-based data grids? It was the only grid I could find that would allow fast data entry and use of the keypad, but before we spend a lot of development time I wanted to learn about the community's experience with it.

(Note: we need dozens of fast, sortable, and editable grids that can be used with the arrow keys and minimal mouse use ... otherwise we'd just pop in an ASP.NET control)

CragMonkey
  • 808
  • 1
  • 11
  • 22
Beep beep
  • 18,873
  • 12
  • 63
  • 78
  • https://jsgrids.io/ is a list of JavaScript grid libraries. You might be able to use the "accessible" filter to determine whether or not a library is keyboard-accessible. – a paid nerd Jul 14 '20 at 00:43

4 Answers4

1

it is a good dat grid to use over desktop and web.. it is light weight and very efficient,but the problem is very little help found on internet regarding sigma data. before starting implementing grid,you must read its documentation.

Mghost.friend
  • 382
  • 1
  • 3
  • 5
1

I've used it at my previous job and it's highly customizable, full of features, and relatively quick to use. It's really got everything your grid needs

Be warned though, there is very minimal documentation available for it, and it takes TIME to develop customizations thanks to the documentation. The support forums are also slow.

If you dont find another grid which is suitable, then only would i suggest using this grid.

QV1
  • 529
  • 2
  • 5
  • 17
1

We decided to go with Sigma Grid after the folks at the other ASP.NET control companies said they couldn't provide the required functionality.

Beep beep
  • 18,873
  • 12
  • 63
  • 78
0

Sigma Ajax Grid is a good tool and you can use in your project. I would also recommend you - dhtmlGrid(www.dhtmlx.com/docs/products/dhtmlxGrid/)

Sourabh
  • 1,515
  • 1
  • 14
  • 21
  • Thanks, we looked at dhtmlGrid but the keyboard-only data entry was lacking (i.e. you couldn't easily use arrow/enter keys to type blindly). – Beep beep May 20 '09 at 06:57
  • There are separate key maps for the dhtlmxgrid, one of which provides necessary functionality http://dhtmlx.com/docs/products/dhtmlxGrid/samples/navigation/pro_keymap_excel.html – Aquatic Jun 02 '09 at 12:28