sDBCtrlGrid do Not Work with ImageEnDBView Root › Discussions › AlphaControls This topic has 2 replies, 2 voices, and was last updated 9 years, 6 months ago by nosouhi. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts May 16, 2015 at 5:53 pm #36517 nosouhiParticipant hi dear in The links below have said that alphacontrol supported of imageEn library. http://www.alphaskins.com/showdoc.php?l=en&n=5 But when we use ImageEnDBView in sDBCtrlGrid, the same image can be seen in all cells sDBCtrlGrid. please see attached sample May 18, 2015 at 12:27 pm #53398 SupportKeymaster Hello You can try to search in the 'dbimageen.pas' file this line: Code: if parent.ClassName = 'TDBCtrlGrid' then and replace it by this: Code: if pos('DBCtrlGrid', parent.ClassName) > 0 then This solution should work. May 18, 2015 at 8:35 pm #53410 nosouhiParticipant very thank dear Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls