I am loading a jqgrid with approximately 38 columns of data. The first 6 column was frozen and other column was unfrozen (It is a date & month depends on the combo box. please see the sample image here ). When the data is finished loading the jqgrid, I would like to automatically scroll the jqgrid to a specific column in the current day of the month next to the last column of the columns that was frozen. The scroll will depend on the current day (ex: if today is July 26,2012 it would automatically scroll to that specififc day and so on).
And the other is when that day has received data that cell will blink into red and green (those cell that has a data or value will blink into two colors), something like that.
Is anyone has an idea how to do this?
Thanks! . Please see here the sample image of the layout.
I use this function to scroll to current Date column
And then I call this function in gridComplete:
And in the Blink effect here’s the code.