0

I have just started using flexigrid and wanted to use the resource string to display the column but for some reason it is not working.

Like this:

{ display: @Resources.stringname, name: 'number',
                                  width: 200, sortable: false, align: 'left' },

Has anyone faced this before?

Shyju
  • 214,206
  • 104
  • 411
  • 497
alice7
  • 3,834
  • 14
  • 64
  • 93

1 Answers1

0

I think I forgot to use in single quote like this '@Resources.stringname'. And that did the trick.

alice7
  • 3,834
  • 14
  • 64
  • 93