Deepak Yogi

Results 2 issues of Deepak Yogi

Hello @imrankst1221 if i set height up to 255 in CreateBitmap method. `Bitmap bmpGrayscale = Bitmap.CreateBitmap(OriginalBitmap.Width, 257, Bitmap.Config.Argb8888);` then `DecodeBitmap` method return null `byte[] command = Utils.DecodeBitmap(bmpGrayscale);` Please guide me

Hello @jpbrocca I am using Grial Kit UI in xamarin and implement a DataGrid Page, But i want to bind background color of each row in Grid data. This is...