I am using flexigrid and jquery in my project. I have grid and on top of grid, I have buttons. When page will be loaded I want to disable these buttons and depending on my conditions I want to enable either of the buttons.
buttons: [
{ name: 'Batch Browse', bclass: 'browse', onpress: showBatchBrowse },
Can you please help me to get this done using flexigrid and JQuery?