-1

Is it possible to customize the values which is getting populated in clicking Add/Edit button?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
user2816424
  • 73
  • 2
  • 3
  • 9
  • can you elaborate more regarding which value you are referring to? are you speaking about values which are shown in jQuery dialog widget or labels of Add/Edit button? – Yogesh Jan 02 '14 at 08:33
  • If i have two columns as below inside a grid and if i have to display one colum n at the center of page and the other at the right of the page,how to do that? – user2816424 Jan 02 '14 at 09:55

1 Answers1

0

I am assuming from your comment that either you want to change width of column or alignment of text. both the things you can do by using various attributes of sjg:gridColumn tags attributes such as width and align for your reference visit this Wiki which has details about attributes as well as it's usage.

Yogesh
  • 4,546
  • 2
  • 32
  • 41