I am using RadGrid and using Filter By Column functionality. My grid displays Products and Details (including pricing) after loading the Order Guide. Pricing calculation takes time so we calculate price while change the page (of RadGrid). After loading Order Guide if I want to see particular product by filter then grid shows the row but not the pricing of the item because after filter there have no code written to calculate price for filtered Row. How can I work with the Filtered Row (at which event I can get the filtered row before it displays or get loaded)? (Please refer the attached snapshot)