Author Topic: Run time error  (Read 2081 times)

VISHVVAS

  • Newbie
  • *
  • Posts: 1
    • View Profile
Run time error
« on: February 10, 2016, 06:42:21 pm »
While populating the pq grid in a partial view for displaying in modal dialog, the the grid pager, scroll bar is seen and not the columns and data. When the page size is changed following error flashes
************
0x800a138f - JavaScript runtime error: Unable to get property 'css' of undefined or null reference

g.$header_left.css({width:f})
************
But when refresh is clicked the data loads into grid. Any help is appreciated...Thanks!!

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Run time error
« Reply #1 on: February 12, 2016, 06:49:03 pm »
The grid should be refreshed while displaying in a modal dialog.